home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / restaurante_1141.swf / scripts / DefineButton2_189 / BUTTONCONDACTION on(release).as
Text File  |  2009-04-16  |  133b  |  8 lines

  1. on(release){
  2.    play();
  3.    _root.u2._x = 1000;
  4.    _root.u1._x = 1000;
  5.    _root.u0._x = 1000;
  6.    _root.gotoAndStop("over2");
  7. }
  8.